b0e97de8a8
Placing location table inside .java file triggers annotation processor to run on each line table modification (even when the stub declarations themselves are the same). So we move it to the separate file.
16 lines
275 B
Plaintext
Vendored
16 lines
275 B
Plaintext
Vendored
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
public abstract interface MyInterface {
|
|
|
|
public abstract void someFun();
|
|
|
|
@kotlin.Metadata()
|
|
public static final class MyDefaultInferface {
|
|
|
|
public MyDefaultInferface() {
|
|
super();
|
|
}
|
|
}
|
|
}
|