Minor: Remove an obsolete TODO comment
This commit is contained in:
-1
@@ -3,7 +3,6 @@ package frameInlineFunCallInsideInlineFun
|
||||
class A {
|
||||
inline fun inlineFun(s: (Int) -> Unit) {
|
||||
val element = 1.0
|
||||
//TODO breakpoint here doesn't work (not only in tests)
|
||||
s(1)
|
||||
}
|
||||
|
||||
|
||||
+6
-7
@@ -1,9 +1,9 @@
|
||||
LineBreakpoint created at frameInlineFunCallInsideInlineFun.kt:20
|
||||
LineBreakpoint created at frameInlineFunCallInsideInlineFun.kt:19
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
frameInlineFunCallInsideInlineFun.kt:20
|
||||
frameInlineFunCallInsideInlineFun.kt:19
|
||||
frameInlineFunCallInsideInlineFun.kt:5
|
||||
frameInlineFunCallInsideInlineFun.kt:7
|
||||
frameInlineFunCallInsideInlineFun.kt:6
|
||||
Compile bytecode for element
|
||||
Compile bytecode for this.prop
|
||||
package frameInlineFunCallInsideInlineFun
|
||||
@@ -11,7 +11,6 @@ package frameInlineFunCallInsideInlineFun
|
||||
class A {
|
||||
inline fun inlineFun(s: (Int) -> Unit) {
|
||||
val element = 1.0
|
||||
//TODO breakpoint here doesn't work (not only in tests)
|
||||
s(1)
|
||||
}
|
||||
|
||||
@@ -54,7 +53,7 @@ fun main(args: Array<String>) {
|
||||
// RESULT: 1: I
|
||||
|
||||
|
||||
frame = bar:7, C {frameInlineFunCallInsideInlineFun}
|
||||
frame = bar:6, C {frameInlineFunCallInsideInlineFun}
|
||||
this = this = {frameInlineFunCallInsideInlineFun.C@uniqueID}
|
||||
- Class has no fields
|
||||
local = element: float = 1.0 (sp = frameInlineFunCallInsideInlineFun.kt, 5)
|
||||
@@ -63,9 +62,9 @@ fun main(args: Array<String>) {
|
||||
local = $i$f$foo: int = undefined (sp = null)
|
||||
local = element$iv: int = 2 (sp = frameInlineFunCallInsideInlineFun.kt, 5)
|
||||
local = a$iv: frameInlineFunCallInsideInlineFun.A = {frameInlineFunCallInsideInlineFun.A@uniqueID} (sp = null)
|
||||
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 10)
|
||||
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 9)
|
||||
local = this_$iv$iv: frameInlineFunCallInsideInlineFun.A = {frameInlineFunCallInsideInlineFun.A@uniqueID} (sp = null)
|
||||
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 10)
|
||||
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFun.kt, 9)
|
||||
local = $i$f$inlineFun: int = undefined (sp = null)
|
||||
local = element$iv$iv: double = 1.0 (sp = frameInlineFunCallInsideInlineFun.kt, 5)
|
||||
Disconnected from the target VM
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ package frameInlineFunCallInsideInlineFunKotlinVariables
|
||||
class A {
|
||||
inline fun inlineFun(s: (Int) -> Unit) {
|
||||
val element = 1.0
|
||||
//TODO breakpoint here doesn't work (not only in tests)
|
||||
s(1)
|
||||
}
|
||||
|
||||
|
||||
+7
-6
@@ -1,9 +1,9 @@
|
||||
LineBreakpoint created at frameInlineFunCallInsideInlineFunKotlinVariables.kt:22
|
||||
LineBreakpoint created at frameInlineFunCallInsideInlineFunKotlinVariables.kt:21
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
frameInlineFunCallInsideInlineFunKotlinVariables.kt:22
|
||||
frameInlineFunCallInsideInlineFunKotlinVariables.kt:21
|
||||
frameInlineFunCallInsideInlineFunKotlinVariables.kt:7
|
||||
frameInlineFunCallInsideInlineFunKotlinVariables.kt:9
|
||||
frameInlineFunCallInsideInlineFunKotlinVariables.kt:8
|
||||
Compile bytecode for element
|
||||
Compile bytecode for this.prop
|
||||
// SHOW_KOTLIN_VARIABLES
|
||||
@@ -13,7 +13,6 @@ package frameInlineFunCallInsideInlineFunKotlinVariables
|
||||
class A {
|
||||
inline fun inlineFun(s: (Int) -> Unit) {
|
||||
val element = 1.0
|
||||
//TODO breakpoint here doesn't work (not only in tests)
|
||||
s(1)
|
||||
}
|
||||
|
||||
@@ -56,10 +55,12 @@ fun main(args: Array<String>) {
|
||||
// RESULT: 1: I
|
||||
|
||||
|
||||
frame = bar:9, C {frameInlineFunCallInsideInlineFunKotlinVariables}
|
||||
frame = bar:8, C {frameInlineFunCallInsideInlineFunKotlinVariables}
|
||||
this = this = {frameInlineFunCallInsideInlineFunKotlinVariables.C@uniqueID}
|
||||
- Class has no fields
|
||||
local = element: float = 1.0 (sp = frameInlineFunCallInsideInlineFunKotlinVariables.kt, 7)
|
||||
local = this: frameInlineFunCallInsideInlineFunKotlinVariables.A = {frameInlineFunCallInsideInlineFunKotlinVariables.A@uniqueID} (sp = null)
|
||||
field = prop: int = 1 (sp = frameInlineFunCallInsideInlineFunKotlinVariables.kt, 11)
|
||||
local = element: double = 1.0 (sp = frameInlineFunCallInsideInlineFunKotlinVariables.kt, 7)
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user