[NI] Approximate intersection type in type argument to star if it's necessary
#KT-32196 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package
|
||||
|
||||
public val test1: () -> kotlin.Any
|
||||
public val test2: () -> () -> kotlin.Any
|
||||
public val test3: (kotlin.Boolean) -> kotlin.Any
|
||||
public val test4: (kotlin.Boolean) -> kotlin.Any?
|
||||
Reference in New Issue
Block a user