Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
jvmStatic
/
simpleCompanionObject.java
blob: 52e9f77ae420c0fe4f5fa953b30a5add9291ce03 [
file
]
package
test
;
class
Test
{
public
static
void
main
(
String
[]
args
)
{
A
.
test1
();
A
.
test2
();
A
.
test4
(
""
);
}
}