Added TODO

This commit is contained in:
Valentin Kipyatkov
2016-09-06 18:23:02 +03:00
parent 215b870946
commit 6efb3ac009
@@ -63,6 +63,7 @@ fun KtTypeReference?.isProbablyNothing(): Boolean {
return userType.isProbablyNothing()
}
//TODO: support type aliases
fun KtUserType?.isProbablyNothing(): Boolean {
if (this == null) return false
val referencedName = referencedName