Files
kotlin-fork/plugins/kapt3/kapt3-compiler/testData/converter/maxErrorCount.txt
T
Ivan Gavrilovic dfdd107fc0 Update KAPT stubs for tests
Update expected outputs so they match
the new sorting rules.
2021-01-13 22:49:09 +09:00

15 lines
251 B
Plaintext
Vendored

import kotlin.reflect.KClass;
@kotlin.Metadata()
public final class Test {
public Test() {
super();
}
public final void a(@org.jetbrains.annotations.NotNull()
ABC a, @org.jetbrains.annotations.NotNull()
BCD b) {
}
}