8fdb611e3b
This removes GUI freeze for library properties #KT-17234 Fixed
5 lines
107 B
Kotlin
Vendored
5 lines
107 B
Kotlin
Vendored
// ERROR: Cannot inline 'length' from a decompiled file
|
|
|
|
fun foo(s: String) {
|
|
val l = s.<caret>length
|
|
} |