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