Debugger: Remove debugger-related hacks in resolution
Candidate ordering should be the same in ordinary Kotlin code and in evaluated expressions. With the invention of 'foo_field' syntax, there is no need to do these nasty things any more.
This commit is contained in:
Generated
+5
@@ -111,6 +111,11 @@ public class CodeFragmentHighlightingTestGenerated extends AbstractCodeFragmentH
|
||||
runTest("idea/testData/checker/codeFragments/privateMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateMembers.kt")
|
||||
public void testPrivateMembers() throws Exception {
|
||||
runTest("idea/testData/checker/codeFragments/privateMembers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("protectedMember.kt")
|
||||
public void testProtectedMember() throws Exception {
|
||||
runTest("idea/testData/checker/codeFragments/protectedMember.kt");
|
||||
|
||||
Reference in New Issue
Block a user