Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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 */