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

7 lines
83 B
Kotlin
Vendored

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