Files
kotlin-fork/compiler/fir/raw-fir/psi2fir/testData/rawBuilder/declarations/classLevelDestructuringWithAnnotation.txt
T
2023-12-07 12:26:39 +00:00

10 lines
314 B
Plaintext
Vendored

FILE: classLevelDestructuringWithAnnotation.kt
public? final? class Foo : R|kotlin/Any| {
public? [ContainingClassKey=Foo] constructor(): R|util/Foo| {
super<R|kotlin/Any|>()
}
<ERROR PROPERTY: Destructuring declarations are only allowed for local variables/values>
}