2a8b655294
Related to KT-59171
10 lines
975 B
Plaintext
Vendored
10 lines
975 B
Plaintext
Vendored
'internal open override val test/ClassBB1.member: kotlin/Int = Int(10)
|
|
internal get(): kotlin/Int' has no access to 'internal abstract val test/ClassB1.member: kotlin/Int
|
|
internal get(): kotlin/Int', so it cannot override it at line 14, column 14
|
|
Cannot access '@Target(...) @Retention(...) annotation class InternalClassAnnotation : Annotation': it is internal in file at line 10, column 2
|
|
Cannot access '@Target(...) @Retention(...) annotation class InternalTestAnnotation : Annotation': it is internal in file at line 1, column 7
|
|
Cannot access 'class InternalClass1 : Any': it is internal in file at line 5, column 13
|
|
Cannot access 'class InternalClass1 : Any': it is internal in file at line 8, column 36
|
|
Cannot access 'val member: Int': it is internal in 'test/ClassA1' at line 27, column 25
|
|
public subclass exposes its internal supertype 'InternalClass1' at line 8, column 36
|
|
public subclass exposes its internal supertype 'InternalClass2' at line 18, column 36 |