Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
setterVisability.java
blob: 825c541ee94407523342a47a9102c60ea804d9f0 [
file
]
import
setterVisability
.
ChatGroupViewModel
;
class
Test
{
public
void
test_1
(
ChatGroupViewModel
setterVisability
)
{
setterVisability
.
chatId
=
1
;
}
}