changed the block comment style the same as C

This commit is contained in:
hyunghwan.chung
2019-06-19 12:38:09 +00:00
parent 6b2cb6f9df
commit 102de55322
26 changed files with 265 additions and 265 deletions

View File

@@ -198,7 +198,7 @@ class MyObject(TestObject)
## 100 timesRepeat: ['>>>>> END OF MAIN' dump].
(*
/*
(Exception isKindOf: Apex) dump.
(Exception isMemberOf: Apex) dump.
(Exception isMemberOf: Class) dump.
@@ -211,7 +211,7 @@ class MyObject(TestObject)
(Exception isKindOf: Object) dump.
(Exception isKindOf: (Apex new)) dump.
(Exception isKindOf: (Object new)) dump.
*)
*/
'@@@@@@@@@@@@@@@@@@@@@@@@@@@@' dump.