mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
KT-4397 Exception: @NotNull method org/jetbrains/jet/lang/resolve/lazy/ResolveSession.getClassDescriptor must not return null #KT-4397 Fixed
9 lines
103 B
Kotlin
9 lines
103 B
Kotlin
package test
|
|
|
|
class A {
|
|
class B {
|
|
class object {
|
|
val TEST = 1
|
|
}
|
|
}
|
|
} |