Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
annotations
/
javaNegativePropertyAsAnnotationParameter.java
blob: bf4066634b108951f35c9bf31b199a750c743308 [
file
]
class
Foo
{
public
static
final
int
i
=
-
2
;
public
static
final
short
s
=
-
2
;
public
static
final
float
f
=
-
2f
;
public
static
final
double
d
=
-
2.0
;
public
static
final
long
l
=
-
2L
;
public
static
final
byte
b
=
-
2
;
}