Inline: do more precise check before adding this@Labeled #KT-30762 Fixed
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ internal object Bar {
|
||||
@JvmStatic fun main(args: Array<String>) {
|
||||
bar(object : Runnable {
|
||||
override fun run() {
|
||||
Foo.doRun()
|
||||
doRun()
|
||||
}
|
||||
|
||||
private fun doRun() {
|
||||
|
||||
Reference in New Issue
Block a user