0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
12 lines
92 B
Plaintext
12 lines
92 B
Plaintext
open class A {
|
|
}
|
|
|
|
class B: A {
|
|
fun bar() {
|
|
foo()
|
|
}
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |