forked from hhvm/hack-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRefactorCodegenTestCase.codegen
More file actions
41 lines (33 loc) · 940 Bytes
/
RefactorCodegenTestCase.codegen
File metadata and controls
41 lines (33 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@generated
!@#$%codegentest:testClassRename
<?hh
// Codegen Tests
/**
* This file is partially generated. Only make modifications between BEGIN
* MANUAL SECTION and END MANUAL SECTION designators.
*
* @-partially-generated SignedSource<<e771f47c7d37d21e6f2ec80ea8390b39>>
*/
class NewClass {
/* BEGIN MANUAL SECTION NewClass_header */
// Let's see if this shows up
/* END MANUAL SECTION */
/* BEGIN MANUAL SECTION NewClass_footer */
// Will this also show up?
/* END MANUAL SECTION */
}
!@#$%codegentest:testManualSectionMerge
<?hh
// Codegen Tests
/**
* This file is partially generated. Only make modifications between BEGIN
* MANUAL SECTION and END MANUAL SECTION designators.
*
* @-partially-generated SignedSource<<84a4d507081f260cc6e696f581a7ab0d>>
*/
class NewClass {
/* BEGIN MANUAL SECTION NewClass_manual */
// Let's see if this shows up
// Will this also show up?
/* END MANUAL SECTION */
}