Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
sam
/
differentFqNames.java
blob: c6f8175bd8b9ad7fbc798b61f462e8705bee62a8 [
file
]
class
Custom
{
public
interface
Runnable
{
void
run2
();
}
}