Redundant explict type: do not report for aliased types
#KT-29128 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
25952036af
commit
bf7f7c81b1
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
|
||||
fun main() {
|
||||
val id: Id<caret> = 11
|
||||
}
|
||||
|
||||
typealias Id = Int
|
||||
Reference in New Issue
Block a user