Skip to content

Commit d157d3c

Browse files
committed
1 parent ea4d730 commit d157d3c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

rowan/src/RowanSample9V2-Core/RowanSample9V2Class1.class.st

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ Class {
1111
}
1212

1313
{ #category : 'accessing' }
14-
RowanSample9V2Class1 class >> _123abc [
15-
^self
14+
RowanSample9V2Class1 >> A_bc123 [ ^self
1615
]
1716

1817
{ #category : 'accessing' }
19-
RowanSample9V2Class1 class >> _abc123 [ ^self
18+
RowanSample9V2Class1 >> foo [ ^1
2019
]
2120

2221
{ #category : 'accessing' }
23-
RowanSample9V2Class1 class >> _ABC123 [ ^self
22+
RowanSample9V2Class1 >> _123Abc [
23+
^self
2424
]
2525

2626
{ #category : 'accessing' }
27-
RowanSample9V2Class1 class >> a_bc123 [ ^self
27+
RowanSample9V2Class1 class >> _123abc [
28+
^self
2829
]
2930

3031
{ #category : 'accessing' }
31-
RowanSample9V2Class1 >> _123Abc [
32-
^self
32+
RowanSample9V2Class1 class >> _ABC123 [ ^self
3333
]
3434

3535
{ #category : 'accessing' }
36-
RowanSample9V2Class1 >> A_bc123 [ ^self
36+
RowanSample9V2Class1 class >> _abc123 [ ^self
3737
]
3838

3939
{ #category : 'accessing' }
40-
RowanSample9V2Class1 >> foo [ ^1
40+
RowanSample9V2Class1 class >> a_bc123 [ ^self
4141
]

0 commit comments

Comments
 (0)