Files
kotlin-fork/analysis/low-level-api-fir/testData/classId/enumEntry.kt
T
Dmitrii Gridin 33e6a85a2d [LL FIR] rename testdata to testData to avoid copyright generation
We exclude testData pattern from copyright scope
2023-09-18 21:12:45 +00:00

14 lines
322 B
Kotlin
Vendored

package one
/* ClassId: one/MyEnum */enum class MyEnum {
/* ClassId: null */Entry {
fun foo() = Unit
/* ClassId: null */class ClassInsideEntry
},
/* ClassId: null */Entry2,
/* ClassId: null */Entry3 {
}
}
// IGNORE_CONSISTENCY_CHECK: KtEnumEntry have FqName, but doesn't have ClassId