Kotlin: Add TODO() to test; doesn't work yet

This commit is contained in:
Ian Lynagh
2021-11-29 18:27:05 +00:00
parent 2b483597f8
commit 50400bf7af

View File

@@ -213,3 +213,7 @@ class Class2 {
val d1 = Color.valueOf("GREEN")
}
}
fun todo() {
// TODO: TODO()
}