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,7 @@
|
||||
open class A(a: Int) {
|
||||
// INFO: {"checked": "true"}
|
||||
val n: Int = a + 1
|
||||
}
|
||||
|
||||
class B(a: Int): A(a) {
|
||||
}
|
||||
Reference in New Issue
Block a user