Pull Up: Move Kotlin -> Kotlin tests to separate directory

This commit is contained in:
Alexey Sedunov
2015-08-04 14:52:23 +03:00
committed by Alexey Sedunov
parent a695202846
commit ffc56a7c31
63 changed files with 96 additions and 96 deletions
@@ -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