mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-14 14:59:21 +00:00
Merge pull request #768 from kohlschutter/ck/RemoveAccessibilityProvider
test: Change erased type in AnnotationTest
This commit is contained in:
commit
ca05c8e7ef
@ -3,6 +3,7 @@ package source.extension;
|
||||
import java.util.EventObject;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.ServiceLoader;
|
||||
|
||||
import jsweet.lang.Name;
|
||||
|
||||
@ -27,7 +28,7 @@ public class AnnotationTest extends Superclass {
|
||||
|
||||
public void toBeErased() {
|
||||
// this will not be transpiled because the method will be erased
|
||||
javax.accessibility.AccessibilityProvider foo = null;
|
||||
ServiceLoader<?> foo = null;
|
||||
}
|
||||
|
||||
public void m() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user