[NI] Get rid of left FE 1.0 types in NewConstraintSystemImpl

This commit is contained in:
Dmitriy Novozhilov
2020-08-26 13:29:06 +03:00
parent 6914aba5c2
commit ad039a28bd
4 changed files with 13 additions and 3 deletions
@@ -26,4 +26,9 @@ object ConeConstraintSystemUtilContext : ConstraintSystemUtilContext {
// TODO, see TypeUtils.kt
return this
}
override fun TypeVariableMarker.isReified(): Boolean {
// TODO
return false
}
}