mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Kotlin: Add TODO() to test; doesn't work yet
This commit is contained in:
@@ -213,3 +213,7 @@ class Class2 {
|
||||
val d1 = Color.valueOf("GREEN")
|
||||
}
|
||||
}
|
||||
|
||||
fun todo() {
|
||||
// TODO: TODO()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user