Minor. Move LockLevel to LexicalWritableScope

This commit is contained in:
Stanislav Erokhin
2015-10-31 05:08:42 +03:00
parent fe61f41a94
commit 71620d2ed1
14 changed files with 34 additions and 47 deletions
@@ -357,7 +357,7 @@ class CallableBuilder(val config: CallableBuilderConfiguration) {
)
) {
receiverClassDescriptor.getTypeConstructor().getParameters().forEach { addClassifierDescriptor(it) }
changeLockLevel(WritableScope.LockLevel.READING)
changeLockLevel(LexicalWritableScope.LockLevel.READING)
this
}