18 lines
377 B
Plaintext
Vendored
18 lines
377 B
Plaintext
Vendored
@kotlin.Metadata()
|
|
public final class GenericRawSignatures {
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
public final <T extends java.lang.Object>T genericFun() {
|
|
return null;
|
|
}
|
|
|
|
@org.jetbrains.annotations.Nullable()
|
|
public final java.lang.String nonGenericFun() {
|
|
return null;
|
|
}
|
|
|
|
public GenericRawSignatures() {
|
|
super();
|
|
}
|
|
}
|