713c2136cc
^KT-59165 Fixed
7 lines
142 B
Kotlin
Vendored
7 lines
142 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// ISSUE: KT-59165
|
|
|
|
fun regular() {
|
|
<!UNSUPPORTED_CLASS_LITERALS_WITH_EMPTY_LHS!>::class<!> // K1: Error, K2: compiles
|
|
}
|