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,12 @@
|
||||
open class A
|
||||
|
||||
class X {
|
||||
class <caret>B: A() {
|
||||
// INFO: {"checked": "true"}
|
||||
fun foo(): Int = bar() + B.bar() + X.B.bar()
|
||||
|
||||
companion object {
|
||||
fun bar() = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user