annotation class MyAnnotation(val x: Int = 10) @MyAnnotation() fun test() { }