Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
jvmStatic
/
simpleObjectProperty.java
blob: 5e416bba5948dce86e80d9b0865303fe4cd6413b [
file
]
package
test
;
class
Test
{
public
static
void
main
(
String
[]
args
)
{
A
.
getB
();
A
.
getC
(
A
.
INSTANCE
);
}
}