Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Method.java
blob: 05d41118e6a43c6e55d90aa8e45cefe3020790ba [
file
] [
log
] [
blame
]
package
test
;
class
Method
{
public
static
String
method
()
{
return
"method()"
;
}
}