mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Partial fix for KT-3698: properly write field initializer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@AString(value = Test.vstring)
|
||||
@AStringNullable(value = Test.vstringNullable)
|
||||
@AChar(value = Test.vchar)
|
||||
@AInt(value = Test.vint)
|
||||
@AByte(value = Test.vbyte)
|
||||
@ALong(value = Test.vlong)
|
||||
@ADouble(value = Test.vdouble)
|
||||
@AFloat(value = Test.vfloat)
|
||||
public class AnnotationClass {
|
||||
}
|
||||
Reference in New Issue
Block a user