Files
kotlin/compiler/testData/diagnostics/tests/callableReference/function/empty.fir.kt

7 lines
83 B
Kotlin
Vendored

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