Do not try to inline properties from decompiled files
This removes GUI freeze for library properties #KT-17234 Fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// ERROR: Cannot perform refactoring.\nVariable length has no initializer
|
||||
// ERROR: Cannot inline 'length' from a decompiled file
|
||||
|
||||
fun foo(s: String) {
|
||||
val l = s.<caret>length
|
||||
|
||||
Reference in New Issue
Block a user