mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
KtLightMethod(Field): use dummyDelegate to determine modifier properties
This commit is contained in:
13
compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt
vendored
Normal file
13
compiler/testData/asJava/lightClasses/compilationErrors/AnnotationModifiers.kt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// A
|
||||
|
||||
class A {
|
||||
@Synchronized
|
||||
@Strictfp
|
||||
fun f() {
|
||||
|
||||
}
|
||||
|
||||
@Transient
|
||||
@Volatile
|
||||
var c: String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user