Files

15 lines
139 B
Kotlin
Vendored

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