Allow empty type info for excl expressions
^KT-34515 Fixed
This commit is contained in:
committed by
teamcity
parent
b6f2513dd2
commit
7e491edf95
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
<!UNSUPPORTED!>[]<!><!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>!!
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER, UNSUPPORTED!>[]<!>!!<!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package
|
||||
|
||||
public fun main(): kotlin.Unit
|
||||
Reference in New Issue
Block a user