Pull Up: Move Kotlin -> Kotlin tests to separate directory
This commit is contained in:
committed by
Alexey Sedunov
parent
a695202846
commit
ffc56a7c31
@@ -0,0 +1,4 @@
|
||||
Function 'fun bar1(): Int' uses function 'fun foo(): Int', which is not accessible from the superclass
|
||||
Function 'fun bar2(): B.Z' uses class B.Z, which is not accessible from the superclass
|
||||
Property 'val x1: Int' uses function 'fun foo(): Int', which is not accessible from the superclass
|
||||
Property 'val x2: B.Z' uses class B.Z, which is not accessible from the superclass
|
||||
Reference in New Issue
Block a user