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