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