Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
asJava
/
ultraLightClasses
/
annotationWithSetParamPropertyModifier.fir.java
blob: 6575e978458d8e9c3ff4d8f1870953081d967805 [
file
]
public
abstract
@interface
Anno
/* Anno*/
{
}
public
final
class
TestClass
/* TestClass*/
{
private
int
hello
;
public
TestClass
(
int
);
// .ctor(int)
public
final
int
getHello
();
// getHello()
public
final
void
setHello
(
@Anno
()
int
);
// setHello(int)
}