Added standard library reference resolver test cases with equals and toString functions.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
val x = 5.<ref>equals(5)
|
||||
//jet/Numbers.jet:equals
|
||||
@@ -0,0 +1,2 @@
|
||||
val x = 5.<ref>toString()
|
||||
//jet/Library.jet:toString
|
||||
Reference in New Issue
Block a user