Add missing definitelyDoesNotContainName methods

This commit is contained in:
Ilya Muradyan
2020-06-17 15:33:48 +03:00
committed by Ilya Chernikov
parent 573c60ed6b
commit 8c2baf0704
8 changed files with 97 additions and 2 deletions
@@ -46,6 +46,8 @@ interface MemberScope : ResolutionScope {
p.println("Empty member scope")
}
override fun definitelyDoesNotContainName(name: Name): Boolean = true
override fun getFunctionNames() = emptySet<Name>()
override fun getVariableNames() = emptySet<Name>()
override fun getClassifierNames() = emptySet<Name>()