de4ea45f20
Do not build stubs when computing inner classes of a light class This should implicitly fix a deadlock reported in KT-9907 and KT-9811
11 lines
564 B
Java
Vendored
11 lines
564 B
Java
Vendored
public class Testing {
|
|
public static void test() {
|
|
DefaultImpl<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: { lookupString: "DefaultImpls", tailText: " (defaultImpls.NonAbstractFun)" }
|
|
// EXIST: { lookupString: "DefaultImpls", tailText: " (defaultImpls.NonAbstractFunWithExpressionBody)" }
|
|
// EXIST: { lookupString: "DefaultImpls", tailText: " (defaultImpls.NonAbstractProperty)" }
|
|
// EXIST: { lookupString: "DefaultImpls", tailText: " (defaultImpls.NonAbstractPropertyWithBody)" }
|
|
// ABSENT: { lookupString: "DefaultImpls", tailText: " (defaultImpls.AllAbstract)" } |