Quick fix for implicit nothing with a test
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// "Specify return type explicitly" "true"
|
||||
<caret>fun foo() = throw IllegalArgumentException()
|
||||
@@ -0,0 +1,2 @@
|
||||
// "Specify return type explicitly" "true"
|
||||
fun foo(): Nothing<caret> = throw IllegalArgumentException()
|
||||
Reference in New Issue
Block a user