Pseudocode: Introduce pseudo-value analysis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun Any?.doSomething() {}
|
||||
|
||||
fun bar(): Nothing = throw Exception()
|
||||
|
||||
fun foo() {
|
||||
null!!.doSomething()
|
||||
bar().doSomething
|
||||
}
|
||||
Reference in New Issue
Block a user