Add bytecodeText test for annotation with default value

It checks that no value is emitted if argument is not specified
This commit is contained in:
Denis Zharkov
2015-04-15 21:06:58 +03:00
parent 97e4a899cf
commit b2a2e4ae92
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
annotation class Ann(val arg: String = "abc")
Ann class MyClass
// 1 @LAnn;\(\)