You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/nativetonative/MixedSameMarshallers.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,10 @@ final class MixedFactorySameMarshallers {
Copy file name to clipboardExpand all lines: sdk/src/org.graalvm.nativebridge.processor.test/src/org/graalvm/nativebridge/processor/test/process/InvalidServices3.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,10 @@ final class InvalidServices3Factory2 {
62
62
abstractclassInvalidServices3ServiceimplementsForeignObject, Service {
63
63
64
64
}
65
+
66
+
/*
67
+
* In Mx JavaProjects, a class must share its name with the Java source file to allow correct
0 commit comments