eb1d7110ec
#KT-49961 fixed
11 lines
247 B
Kotlin
Vendored
11 lines
247 B
Kotlin
Vendored
class Xyz {
|
|
fun x(): String? {
|
|
return try {
|
|
<!UNSUPPORTED!>[<!UNRESOLVED_REFERENCE!>a<!>]<!> <!USELESS_ELVIS!>?: <!UNRESOLVED_REFERENCE!>XYZ<!><!>
|
|
}
|
|
catch (e: Exception) {
|
|
null
|
|
}
|
|
}
|
|
}
|