Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt1639-JFrame.kt
T

10 lines
180 B
Kotlin

package test
import javax.swing.JFrame
class KFrame() : JFrame() {
{
val <!UNUSED_VARIABLE!>x<!> = this.rootPaneCheckingEnabled // make sure field is visible
}
}