Fix testdata after ebe3619251

This commit is contained in:
Ilya Kirillov
2020-01-30 12:55:16 +03:00
parent 736f5e365c
commit 9f7af4b58d
11 changed files with 11 additions and 0 deletions
@@ -6,6 +6,7 @@
// ACTION: Replace with safe (this?.) call
// ACTION: Specify explicit lambda signature
// ACTION: Add return@let
// ACTION: Convert to single-line lambda
// ERROR: Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
fun String?.foo(a: String?) {