JVM_IR: Remove $$forInline suffix for fake inliner variables
Otherwise, IDE will not be able to navigate to inline functions. #KT-36797 Fixed
This commit is contained in:
-3
@@ -1,6 +1,3 @@
|
||||
// $$forInline suffix is not needed: KT-36797
|
||||
// JVM_IR generates fake inliner variable with suffix $$forInline, when old BE does not do this
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
interface ApplicationCall
|
||||
|
||||
interface AuthenticationService {
|
||||
|
||||
Reference in New Issue
Block a user