Add ClassDescriptor#isDefaultObject()

with dummy implementations for now
This commit is contained in:
Pavel V. Talanov
2015-03-04 16:24:13 +03:00
parent 63acb19413
commit f72f548a93
8 changed files with 31 additions and 0 deletions
@@ -100,6 +100,8 @@ class LazyJavaClassDescriptor(
override fun getFunctionTypeForSamInterface(): JetType? = functionTypeForSamInterface()
override fun isDefaultObject() = false
override fun toString() = "lazy java class $fqName"
private inner class LazyJavaClassTypeConstructor : AbstractClassTypeConstructor() {