-
Enhancement
-
Resolution: Unresolved
-
P5
-
repo-valhalla
Tests in valhalla/inlinetypes use shared classes MyValue{N} but also define some classes with the same names local to some tests. Since all these tests are in the same package (and unlike jtreg, IDEs don't know that each test is separate, up to explicitly shared files) IDEs are really confused. Using distinct names would help smoothing the dev experience.