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
Eclipse annotates at package main "The type Vector2 may not subclass Record explicitly" while using a native java record type declaration in a top level file:
package main
record Vector2(float x, float y) { }
println "Hi there: ${new Vector2d(1.0f, 2.0f)}"
Eclipse 2025-06; using Eclipse Groovy Tools Version: 5.8.0.v202506172000-e2506,
Plugin: https://groovy.jfrog.io/artifactory/plugins-snapshot/e4.36
Eclipse annotates at
package main"The type Vector2 may not subclass Record explicitly" while using a native java record type declaration in a top level file:This works w/ Eclipse 2025-03