Annotation on object test

This commit is contained in:
Nikolay Krasko
2013-09-10 20:21:32 +04:00
parent 08b8f56740
commit 828d57c2be
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,6 @@
package test
annotation class A(val a: Int = 12, val b: String = "Test", val c: String)
A(a = 12, c = "Hello")
object SomeObject