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