Merge pull request #768 from kohlschutter/ck/RemoveAccessibilityProvider

test: Change erased type in AnnotationTest
This commit is contained in:
Louis Grignon 2023-10-17 13:14:04 +02:00 committed by GitHub
commit ca05c8e7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {