KT-12633 related test fix
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
// "Specify return type explicitly" "true"
|
// "Specify return type explicitly" "true"
|
||||||
|
|
||||||
fun foo(): String?<caret> = java.lang.String.valueOf(1)
|
fun foo(): String<caret> = java.lang.String.valueOf(1)
|
||||||
Reference in New Issue
Block a user