Files
2021-12-23 07:25:58 +00:00

7 lines
94 B
Kotlin
Vendored

package foo;
public class Foo {
//no requirement
val z: javax.swing.JFrame? = null
}