Move to class body: don't suggest on data class

#KT-40558 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-08-01 10:10:05 +09:00
committed by igoriakovlev
parent 28700ed64c
commit 5e91ffb156
4 changed files with 20 additions and 5 deletions
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
annotation class TestClass(val <caret>text: String)
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
data class TestClass(val <caret>text: String)