0b53ffe4d8
Conflicts: generators/org/jetbrains/jet/generators/tests/GenerateTests.java
9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
class B extends A {
|
|
void bar() {
|
|
foo();
|
|
}
|
|
|
|
public void foo() {
|
|
|
|
}
|
|
} |