Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
changeFeatureSupport
/
inlineClass.kt
blob: 508b1afd9cc231d2201ea1d3327afb144d462607 [
file
]
// "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
)