Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
emptyLhsClassLiterals.kt
blob: 7cb4c1e51346a37e5109d0aeeff83caad62aba7a [
file
]
// FIR_IDENTICAL
// ISSUE: KT-59165
fun regular
()
{
<!
UNSUPPORTED_CLASS_LITERALS_WITH_EMPTY_LHS
!>::
class
<!>
// K1: Error, K2: compiles
}