Files
kotlin-fork/plugins/kapt3/kapt3-compiler/testData/converter/kt19700.ir.txt
T
Alexander Udalov 2849e45111 Kapt tests: change _ir.txt to .ir.txt
To be consistent with test data of other compiler tests.
2023-01-31 13:49:44 +00:00

22 lines
430 B
Plaintext
Vendored

package test;
@kotlin.Metadata()
public abstract interface ListUpdateCallback {
public abstract void onInserted(int position, int count);
}
////////////////////
package test;
@kotlin.Metadata()
public final class Test<T extends java.lang.CharSequence, N extends java.lang.Number> {
@org.jetbrains.annotations.NotNull()
private final test.ListUpdateCallback x = null;
public Test() {
super();
}
}