Show calls of TODO() function in TODO view

#KT-8617 Fixed
This commit is contained in:
Dmitry Jemerov
2017-05-18 16:56:45 +02:00
parent c8b0bd44eb
commit ded5bfb841
6 changed files with 131 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
fun foo() = TODO("Fix me")
+4
View File
@@ -0,0 +1,4 @@
fun TODO() {
}
val TODO = 1