mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 00:21:31 +00:00
Rename LoadJava annotations test data
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public class ArithmeticExpressionInParam {
|
||||
public @interface Anno {
|
||||
int value();
|
||||
}
|
||||
|
||||
@Anno(2 * 8 + 13 * (239 - 237))
|
||||
public static class Class {}
|
||||
}
|
||||
Reference in New Issue
Block a user