7 lines
212 B
Kotlin
Vendored
7 lines
212 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
data class Foo(val name: String)
|
|
|
|
fun test(foo: Foo?) {
|
|
<!UNUSED_VARIABLE{LT}!>val <!UNUSED_VARIABLE{PSI}!>s<!>: String? = foo?.name?.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toString()<!><!>
|
|
}
|