Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
emptyLhsClassLiterals.kt
blob: b47dab078a677df8aa63d633dac694de001aecd2 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// ISSUE: KT-59165
fun regular
()
{
<!
UNSUPPORTED_CLASS_LITERALS_WITH_EMPTY_LHS
!>::
class
<!>
// K1: Error, K2: compiles
}
/* GENERATED_FIR_TAGS: classReference, functionDeclaration */