2002542ad2
This commit includes the basic Java stubs generation infrastructure and the corresponding tests. The main entry point is called Kapt4StubGenerator. Calls to it from production code will be added in a separate commit. #KT-51982
15 lines
285 B
Plaintext
Vendored
15 lines
285 B
Plaintext
Vendored
@kotlin.Metadata()
|
|
public final class Cl {
|
|
|
|
public Cl() {
|
|
super();
|
|
}
|
|
@org.jetbrains.annotations.NotNull()
|
|
private final java.lang.String a = null;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getA() {
|
|
return null;
|
|
}
|
|
}
|