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