Files
kotlin-fork/idea/testData/quickfix/changeFeatureSupport/inlineClass.kt
T
2018-09-20 16:19:03 +03:00

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)