Update existing test data depending on diagnostic parameter rendering
This commit is contained in:
+4
-4
@@ -33,10 +33,10 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -30,10 +30,10 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -37,9 +37,9 @@ Cannot access 'A': it is 'private' in file
|
||||
'public' function exposes its 'private' return type A
|
||||
Cannot access 'A': it is 'private' in file
|
||||
Cannot access 'A': it is 'private' in file
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
||||
Cannot access 'x': it is 'invisible_fake' in 'B'
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
@@ -57,8 +57,8 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type kotlin.Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
||||
Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Any?
|
||||
|
||||
================ Step #3 =================
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -34,8 +34,8 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Type mismatch: inferred type is kotlin.collections.List<B> but kotlin.collections.List<A> was expected
|
||||
Type mismatch: inferred type is kotlin.collections.List<C> but kotlin.collections.List<A> was expected
|
||||
Type mismatch: inferred type is List<B> but List<A> was expected
|
||||
Type mismatch: inferred type is List<C> but List<A> was expected
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Null can not be a value of a non-null type kotlin.Any
|
||||
Null can not be a value of a non-null type Any
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Class 'BA' must be declared abstract or implement abstract member public abstract fun f(c: C<kotlin.Any>): kotlin.Unit defined in A
|
||||
Class 'BA' must be declared abstract or implement abstract member public abstract fun f(c: C<Any>): Unit defined in A
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -24,7 +24,7 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Type mismatch: inferred type is kotlin.Any? but kotlin.Any was expected
|
||||
Type mismatch: inferred type is Any? but Any was expected
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ End of files
|
||||
Exit code: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
'public constructor A(x: kotlin.String)' conflicts with another declaration in package '<root>'
|
||||
'public constructor A(x: String)' conflicts with another declaration in package '<root>'
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user