Skip to content

Commit b191330

Browse files
committed
Fix test to work on Java 8.
1 parent 7017045 commit b191330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/Annotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package foo.bar
22

3-
import jdk.jfr.Enabled
3+
class Enabled extends annotation.Annotation
44

55
@Enabled
66
@Deprecated

0 commit comments

Comments
 (0)