Rename isImpl to isActual in descriptors

This commit is contained in:
Stanislav Erokhin
2017-09-14 20:54:56 +03:00
committed by Mikhail Glukhikh
parent c8ee424f67
commit e86d2f00ff
38 changed files with 63 additions and 63 deletions
@@ -103,7 +103,7 @@ class LazyJavaClassDescriptor(
override fun isData() = false
override fun isCompanionObject() = false
override fun isExpect() = false
override fun isImpl() = false
override fun isActual() = false
private val typeConstructor = LazyJavaClassTypeConstructor()
override fun getTypeConstructor(): TypeConstructor = typeConstructor