Minor. Move LockLevel to LexicalWritableScope
This commit is contained in:
+1
-1
@@ -357,7 +357,7 @@ class CallableBuilder(val config: CallableBuilderConfiguration) {
|
||||
)
|
||||
) {
|
||||
receiverClassDescriptor.getTypeConstructor().getParameters().forEach { addClassifierDescriptor(it) }
|
||||
changeLockLevel(WritableScope.LockLevel.READING)
|
||||
changeLockLevel(LexicalWritableScope.LockLevel.READING)
|
||||
this
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user