mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Check annotation constructor parameter types
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@AString(value = Test.vstring)
|
||||
@AStringNullable(value = Test.vstringNullable)
|
||||
@AChar(value = Test.vchar)
|
||||
@AInt(value = Test.vint)
|
||||
@AByte(value = Test.vbyte)
|
||||
|
||||
Reference in New Issue
Block a user