mirror of
https://github.com/github/semantic.git
synced 2024-11-23 08:27:56 +03:00
new comment style
This commit is contained in:
parent
d72449b78c
commit
3421824b19
@ -5,7 +5,7 @@
|
||||
instance <- \class -> \prim -> \slots ->
|
||||
#record { __super: class, __prim: prim, __slots: slots };
|
||||
|
||||
-- object's superclass is type itself
|
||||
// object's superclass is type itself
|
||||
object <- type "object" type #record{};
|
||||
|
||||
str <- type "str" object #record { };
|
||||
|
Loading…
Reference in New Issue
Block a user