[PL][tests] Keep PL test data under "testData/klib/" dir
This commit is contained in:
committed by
Space Team
parent
9e3afe7a1f
commit
5c3e63e19a
+11
@@ -0,0 +1,11 @@
|
||||
package lib1
|
||||
|
||||
abstract class AbstractClass {
|
||||
abstract fun foo(): Int
|
||||
abstract val bar: Int
|
||||
}
|
||||
|
||||
interface Interface {
|
||||
fun foo(): Int
|
||||
val bar: Int
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package lib1
|
||||
|
||||
open class AbstractClass
|
||||
interface Interface
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.0 -> l1.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.1 -> l1.kt
|
||||
STEP 2:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.0 -> l1.kt
|
||||
Reference in New Issue
Block a user