dfdd107fc0
Update expected outputs so they match the new sorting rules.
15 lines
251 B
Plaintext
Vendored
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) {
|
|
}
|
|
}
|