Move to class body: don't suggest on data class
#KT-40558 Fixed
This commit is contained in:
committed by
igoriakovlev
parent
28700ed64c
commit
5e91ffb156
@@ -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)
|
||||
Reference in New Issue
Block a user