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