6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class C {
|
|
<caret>var foo: Foo? = null
|
|
}
|
|
|
|
inline class Foo(val value: String) |