Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
jvmStatic
/
simpleCompanionObjectProperty.java
blob: 6ce0cade579dd520f6f872a7d0cadeb2185d30b9 [
file
]
package
test
;
class
Test
{
public
static
void
main
(
String
[]
args
)
{
A
.
getB
();
A
.
getC
(
new
A
());
}
}