Redundant explict type: do not report for aliased types

#KT-29128 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-02 10:51:30 +09:00
committed by Mikhail Glukhikh
parent 25952036af
commit bf7f7c81b1
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
// PROBLEM: none
fun main() {
val id: Id<caret> = 11
}
typealias Id = Int