Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationParameters/orderWithValue.kt
T

11 lines
162 B
Kotlin
Vendored

// FIR_IDENTICAL
// FILE: A.java
public @interface A {
double b();
Class<?> x1();
int a();
String value();
Class<?> x();
Class<?> x2();
}