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.
20 lines
343 B
Plaintext
Vendored
20 lines
343 B
Plaintext
Vendored
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
public final class CrashMe {
|
|
private final int resources = 1;
|
|
|
|
public final int getResources() {
|
|
return 0;
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getResources() {
|
|
return null;
|
|
}
|
|
|
|
public CrashMe() {
|
|
super();
|
|
}
|
|
}
|