[FIR] Add NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY diagnostic
This commit is contained in:
committed by
teamcityserver
parent
151478aa27
commit
a6984c5198
Vendored
+1
-1
@@ -7,7 +7,7 @@ import java.nio.file.Files
|
||||
|
||||
fun detectDirsWithTestsMapFileOnly(file: File): List<String> {
|
||||
Files.walk(file.toPath()).filter(Files::isRegularFile)
|
||||
}
|
||||
<!NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY!>}<!>
|
||||
|
||||
interface A
|
||||
fun foo(x: A, vararg strings: String) {}
|
||||
|
||||
Reference in New Issue
Block a user