mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
KT-4397 Exception: @NotNull method org/jetbrains/jet/lang/resolve/lazy/ResolveSession.getClassDescriptor must not return null #KT-4397 Fixed
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
package test
|
|
|
|
internal final class A {
|
|
/*primary*/ public constructor A()
|
|
|
|
internal final class B {
|
|
/*primary*/ public constructor B()
|
|
|
|
internal class object <class-object-for-B> {
|
|
/*primary*/ private constructor <class-object-for-B>()
|
|
internal final val TEST: jet.Int
|
|
internal final fun <get-TEST>(): jet.Int
|
|
}
|
|
}
|
|
} |