14 lines
205 B
Kotlin
Vendored
14 lines
205 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// FULL_JDK
|
|
// SKIP_TXT
|
|
|
|
package test
|
|
|
|
import javax.swing.JFrame
|
|
|
|
class KFrame() : JFrame() {
|
|
init {
|
|
val x = this.rootPaneCheckingEnabled // make sure field is visible
|
|
}
|
|
}
|