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.
15 lines
251 B
Plaintext
Vendored
15 lines
251 B
Plaintext
Vendored
import kotlin.reflect.KClass;
|
|
|
|
@kotlin.Metadata()
|
|
public final class Test {
|
|
|
|
public final void a(@org.jetbrains.annotations.NotNull()
|
|
ABC a, @org.jetbrains.annotations.NotNull()
|
|
BCD b) {
|
|
}
|
|
|
|
public Test() {
|
|
super();
|
|
}
|
|
}
|