Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
ExtFunDifferentReceiver.kt
blob: 5f7d20faedc563d2ffd29bb0af1de35841ab0b03 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
fun
Int
.
rty
()
=
3
fun
String
.
rty
()
=
4
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, integerLiteral */