Add runtime dependency to tests where exception references are used.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
// "Specify return type explicitly" "true"
|
||||
// WITH_RUNTIME
|
||||
<caret>fun foo() = throw IllegalArgumentException()
|
||||
@@ -1,2 +1,3 @@
|
||||
// "Specify return type explicitly" "true"
|
||||
fun foo(): Nothing<caret> = throw IllegalArgumentException()
|
||||
// WITH_RUNTIME
|
||||
fun foo(): Nothing = throw IllegalArgumentException()
|
||||
Reference in New Issue
Block a user