Files
kotlin-fork/idea/testData/intentions/movePropertyToClassBody/annotationClass.kt
T
Toshiaki Kameyama 5e91ffb156 Move to class body: don't suggest on data class
#KT-40558 Fixed
2020-08-12 16:10:33 +03:00

2 lines
75 B
Kotlin
Vendored

// IS_APPLICABLE: false
annotation class TestClass(val <caret>text: String)