Add Java17ModulesIntegrationTest tests, fix problem with wrong diagnostic
This commit is contained in:
@@ -0,0 +1 @@
|
||||
OK
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
|
||||
public class Foo {
|
||||
val z: java.nio.ByteBuffer? = null
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
module module17 {
|
||||
exports foo;
|
||||
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
OK
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
|
||||
public class Foo {
|
||||
val z: java.nio.ByteBuffer? = null
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
module module9 {
|
||||
exports foo;
|
||||
|
||||
requires kotlin.stdlib;
|
||||
}
|
||||
Reference in New Issue
Block a user