Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
debug
/
localVariables
/
receiverMangling
/
simple.kt
blob: 72bf99e79e85787d563f808012d0af29387f8b69 [
file
]
// FILE: test.kt
fun
String
.
foo
(
a
:
Int
)
{}
fun box
()
{
"OK"
.
foo
(
42
)
}
// EXPECTATIONS
// test.kt:7 box:
// test.kt:4 foo: $this$foo:java.lang.String="OK":java.lang.String, a:int=42:int
// test.kt:8 box: