Files
kotlin-fork/compiler/testData/diagnostics/tests/emptyLhsClassLiterals.kt
T
2023-07-27 10:28:52 +00:00

7 lines
142 B
Kotlin
Vendored

// FIR_IDENTICAL
// ISSUE: KT-59165
fun regular() {
<!UNSUPPORTED_CLASS_LITERALS_WITH_EMPTY_LHS!>::class<!> // K1: Error, K2: compiles
}