We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70f3d3 commit c91e20cCopy full SHA for c91e20c
3 files changed
java/ql/test/kotlin/query-tests/EmptyBlock/EmptyBlock.expected
@@ -0,0 +1,3 @@
1
+| Test.kt:1:1:13:1 | { ... } | This block should not be empty. Typographical error or missing code? |
2
+| Test.kt:2:20:4:5 | { ... } | This block should not be empty. Typographical error or missing code? |
3
+| Test.kt:7:9:8:9 | { ... } | This block should not be empty. Typographical error or missing code? |
java/ql/test/kotlin/query-tests/EmptyBlock/EmptyBlock.qlref
@@ -0,0 +1 @@
+Likely Bugs/Statements/EmptyBlock.ql
java/ql/test/kotlin/query-tests/EmptyBlock/Test.kt
@@ -0,0 +1,13 @@
+class Foo {
+ abstract inner class Bar {
+ abstract fun myFun(): Int
4
+ }
5
+
6
+ inner class Baz {
7
+ constructor() {
8
9
10
+ fun fn() {
11
12
13
+}
0 commit comments