Mutable field made volatile
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
public abstract class ClassDescriptorBase implements ClassDescriptor {
|
public abstract class ClassDescriptorBase implements ClassDescriptor {
|
||||||
|
|
||||||
protected JetType defaultType;
|
protected volatile JetType defaultType;
|
||||||
|
|
||||||
protected abstract JetScope getScopeForMemberLookup();
|
protected abstract JetScope getScopeForMemberLookup();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user