We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be7786 commit 74e324dCopy full SHA for 74e324d
test/files/run/t2318.scala
@@ -11,6 +11,7 @@ object Test {
11
case _: java.io.FilePermission => ()
12
case x: java.security.SecurityPermission if x.getName contains ".networkaddress." => () // generality ftw
13
case x: java.util.PropertyPermission if x.getName == "sun.net.inetaddr.ttl" => ()
14
+ case _: java.lang.reflect.ReflectPermission => () // needed for LambdaMetaFactory
15
case _ => super.checkPermission(perm)
16
}
17
0 commit comments