4 lines
161 B
Kotlin
Vendored
4 lines
161 B
Kotlin
Vendored
// "Enable inline classes support in the project" "true"
|
|
// Here we just check that quick-fix disappears after application
|
|
|
|
<caret>inline class My(val x: String) |