Add "Throwable not thrown" Inspection
#KT-11629 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e0aeb8f7ec
commit
20aa8ebdb0
@@ -0,0 +1,9 @@
|
||||
// PROBLEM: Result of 'createError' call is not thrown
|
||||
// FIX: none
|
||||
class FooException : RuntimeException()
|
||||
|
||||
fun createError() = FooException()
|
||||
|
||||
fun test() {
|
||||
createError<caret>()
|
||||
}
|
||||
Reference in New Issue
Block a user