Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/arguments/argumentsOfJavaAnnotation.txt
T
2020-08-04 08:59:14 +03:00

8 lines
256 B
Plaintext
Vendored

FILE: main.kt
@R|Ann|(x = Int(10), s = String()) @R|Ann|(Int(10), String()) @R|Ann|(x = Int(10), s = String(), y = Int(10)) public final class A : R|kotlin/Any| {
public constructor(): R|A| {
super<R|kotlin/Any|>()
}
}