Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
3d3ef80feae9fc7b6e2dfea89a0d542393872d1a
/
.
/
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
);
}
}