Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
jvmDefaultClashWithNoCompatibility
/
library
/
a.kt
blob: 1f88c373c8be5dc1acfd38dda01753672671712a [
file
] [
log
] [
blame
]
package
base
interface
UExpression
{
fun evaluate
():
Any
?
=
"fail"
}