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.
22 lines
553 B
Plaintext
Vendored
22 lines
553 B
Plaintext
Vendored
import java.lang.System;
|
|
|
|
@kotlin.Metadata()
|
|
public final class Kt14996Kt {
|
|
|
|
public Kt14996Kt() {
|
|
super();
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String crashMe(@org.jetbrains.annotations.NotNull()
|
|
java.util.List<java.lang.String> values) {
|
|
return null;
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.CharSequence crashMe(@org.jetbrains.annotations.NotNull()
|
|
java.util.List<? extends java.lang.CharSequence> values) {
|
|
return null;
|
|
}
|
|
}
|