Fix intentions tests after types enhancement
Types became more accurate
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ fun test() {
|
||||
val s = s()
|
||||
}
|
||||
|
||||
private fun s(): String = J.notNull()
|
||||
private fun s() = J.notNull()
|
||||
+1
-1
@@ -3,4 +3,4 @@ fun test() {
|
||||
val s = s()
|
||||
}
|
||||
|
||||
private fun s(): String? = J.nullable()
|
||||
private fun s() = J.nullable()
|
||||
Reference in New Issue
Block a user