bae92f3a33
Before this commit, class super-type could be sealed only in the case it's the class we are inside or in the same file with. However, it's quite possible for the expect sealed class to be implemented by typealias. So in this commit we allow class super-type to be sealed if it's typealias expansion we are inside.