Files
kotlin-fork/compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt
T

16 lines
158 B
Kotlin
Vendored

// A
// WITH_RUNTIME
class A {
@Synchronized
@Strictfp
fun f() {
}
@Transient
@Volatile
var c: String = ""
}
// FIR_COMPARISON