AA: introduce KtDynamicType

This commit is contained in:
Jinseong Jeon
2022-06-20 23:50:42 -07:00
committed by Ilya Kirillov
parent e81231a78f
commit 2d52c59bc7
12 changed files with 325 additions and 0 deletions
@@ -0,0 +1,5 @@
class Foo {
val p: (kotlin.Nothing..kotlin.Any?)
fun f(p: (kotlin.Nothing..kotlin.Any?)): (kotlin.Nothing..kotlin.Any?)
}