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

4 lines
154 B
Plaintext
Vendored

// "Enable inline classes support in the project" "true"
// Here we just check that quick-fix disappears after application
inline class My(val x: String)