Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
java8Overrides
/
notAMethodOfAny.kt
blob: a8f3184b0ef4ef9669e1001ccaa2ef04a4f1ee8d [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
interface
IC
{
fun toString
(
x
:
String
):
String
=
"IC$x"
}
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration, stringLiteral */