Treat extension receiver as noinline parameter
#KT-9574 Fixed
This commit is contained in:
+4
-4
@@ -4,10 +4,10 @@ infix fun Function1<Int, Unit>.noInlineExt(p: Int) {}
|
||||
|
||||
inline infix fun Function1<Int, Unit>.inlineExt2(p: Int) {
|
||||
{
|
||||
<!USAGE_IS_NOT_INLINABLE!>noInlineExt<!>(11)
|
||||
<!USAGE_IS_NOT_INLINABLE!>this<!>.noInlineExt(11)
|
||||
<!USAGE_IS_NOT_INLINABLE!>this<!> noInlineExt 11
|
||||
<!USAGE_IS_NOT_INLINABLE!>this<!>
|
||||
noInlineExt(11)
|
||||
this.noInlineExt(11)
|
||||
this noInlineExt 11
|
||||
this
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user