7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
package foo;
|
|
|
|
public class Foo {
|
|
val z: java.nio.ByteBuffer? = null
|
|
}
|
|
|