Show calls of TODO() function in TODO view
#KT-8617 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
fun foo() = TODO("Fix me")
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
fun TODO() {
|
||||
}
|
||||
|
||||
val TODO = 1
|
||||
Reference in New Issue
Block a user