1990883bdc
Merge-request: KT-MR-8457 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
8 lines
183 B
Kotlin
Vendored
8 lines
183 B
Kotlin
Vendored
package test
|
|
annotation class Annotation
|
|
|
|
fun foo(@Annotation arg: Int) {}
|
|
|
|
// KT-56177 TODO uncomment the line after KT-56177 is fixed
|
|
//data class Clazz(@Annotation val param: Int)
|