adec89f74d
Use DescriptorRenderer.TEXT instead, it doesn't print the debug information
9 lines
125 B
Kotlin
Vendored
9 lines
125 B
Kotlin
Vendored
// !DIAGNOSTICS_NUMBER: 1
|
|
// !DIAGNOSTICS: UNUSED_VALUE
|
|
|
|
fun unusedValue(): Int {
|
|
var x: Int
|
|
x = 239
|
|
return 42
|
|
}
|