Move callable reference diagnostic tests to non-stdlib
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A
|
||||
|
||||
fun main() {
|
||||
val x = :: <!SYNTAX!><!>;
|
||||
val y = A::
|
||||
<!SYNTAX!><!>}
|
||||
Reference in New Issue
Block a user