Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
callableReference
/
nameIntrinsicWithImplicitThis.kt
blob: 668c56023620ad934d468bed91f82a4b3b8c45b1 [
file
]
class
Foo
{
fun bar
():
String
{
return
::
bar
.
name
}
}
// We can avoid loading (and then immediately popping) implicit "this" when generating intrinsified bytecode for KCallable.name
// because this can't have any side effects
// 0 POP