Files
kotlin/compiler/testData/diagnostics/tests/callableReference/function/empty.kt
2015-05-26 14:27:40 +03:00

7 lines
83 B
Kotlin
Vendored

class A
fun main() {
val x = :: <!SYNTAX!><!>;
val y = A::
<!SYNTAX!><!>}