Add TYPEALIAS target to UseExperimental

This commit is contained in:
Alexander Udalov
2018-05-04 16:36:12 +02:00
parent 7d74508529
commit 2fea2135f8
4 changed files with 8 additions and 2 deletions
@@ -52,3 +52,6 @@ fun expression(): String {
val s = @UseExperimental(E::class) Foo().s
return s
}
@UseExperimental(E::class)
typealias TypeAlias = Foo