Fix MovePropertyToConstructorIntention applicability and type rendering
#KT-17238 Fixed (cherry picked from commit 7f9d88a)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
class MySuperClass() {
|
||||
val <caret>prop5 = this::test
|
||||
|
||||
fun test() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user