check Nothing type for all expressions not only for calls and simple names
(but excluding statement expressions)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// !DIAGNOSTICS: -UNREACHABLE_CODE -UNUSED_PARAMETER
|
||||
// t is unused due to KT-4233
|
||||
trait Tr<T> {
|
||||
var v: T
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user