Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
InterfaceField.java
blob: 726f6b78a8e2b85fc16c5bb8be5d44051c0e11ec [
file
]
package
test
;
public
interface
InterfaceField
{
String
STRING
=
"str"
;
String
func
();
}