Skip to content

Navigation Menu

Sign inAppearance settings
Appearance settings

Commit d7e4fec

Browse filesBrowse the repository at this point in the historyBrowse files
vladislavgreckoSpace Team
authored andcommitted
Revert new builtins compilation scheme
This reverts commits 967532f, bf6e20e, 0cd387b, 6ef69b9, 13641d7 ^KT-74740: Fixed
1 parent 461f23d commit d7e4fec
Copy full SHA for d7e4fec

126 files changed

+1,643-884Lines changed: 1643 additions & 884 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.space/CODEOWNERS‎

Copy file name to clipboardExpand all lines: .space/CODEOWNERS
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
/compiler/backend.common.jvm/ "Kotlin JVM"
5959
/compiler/backend-common/ "Kotlin JVM" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
6060
/compiler/build-tools/ "Kotlin Build Tools"
61+
/compiler/builtins-serializer/ "Kotlin Frontend"
6162
/compiler/cli/ "Kotlin Frontend"
6263
/compiler/cli/cli-js/ "Kotlin Common Backend" "Kotlin Wasm"
6364
/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2NativeCompilerArguments.kt "Kotlin Native"
@@ -227,6 +228,7 @@
227228
/compiler/util-klib-abi/ "Kotlin Common Backend"
228229
/compiler/util-klib-metadata/ "Kotlin Common Backend"
229230

231+
/core/builtins/ "Kotlin Frontend"
230232
/core/compiler.common/ "Kotlin Frontend"
231233
/core/compiler.common.jvm/ "Kotlin Frontend"
232234
/core/compiler.common.js/ "Kotlin Frontend"
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
KtNameReferenceExpression(174,180): 'stream'
22
KtSimpleNameReference:
3-
(in kotlin.collections.Collection) {psi: ClsMethodImpl} fun stream(): java.util.stream.Stream<E>
3+
(in kotlin.collections.Collection) {psi: ClsMethodImpl}override fun stream(): java.util.stream.Stream<E>
Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.pretty.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.pretty.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val ordinal: kotlin.Int
1515

1616
override fun getDeclaringClass(): java.lang.Class<test.E!>!
1717

18-
fun finalize()
18+
override fun finalize()
1919

2020
companion object
2121

Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.standalone.fir.pretty.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.standalone.fir.pretty.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val ordinal: kotlin.Int
1515

1616
override fun getDeclaringClass(): java.lang.Class<test.E!>!
1717

18-
fun finalize()
18+
override fun finalize()
1919

2020
companion object
2121

Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.standalone.fir.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.standalone.fir.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ KaNamedFunctionSymbol:
553553
isInfix: false
554554
isInline: false
555555
isOperator: false
556-
isOverride: false
556+
isOverride: true
557557
isStatic: false
558558
isSuspend: false
559559
isTailRec: false
Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClass.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ KaNamedFunctionSymbol:
553553
isInfix: false
554554
isInline: false
555555
isOperator: false
556-
isOverride: false
556+
isOverride: true
557557
isStatic: false
558558
isSuspend: false
559559
isTailRec: false
Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.pretty.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.pretty.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val ordinal: kotlin.Int
1919

2020
override fun getDeclaringClass(): java.lang.Class<test.E!>!
2121

22-
fun finalize()
22+
override fun finalize()
2323

2424
companion object
2525

Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.standalone.fir.pretty.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.standalone.fir.pretty.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val ordinal: kotlin.Int
1919

2020
override fun getDeclaringClass(): java.lang.Class<test.E!>!
2121

22-
fun finalize()
22+
override fun finalize()
2323

2424
companion object
2525

Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.standalone.fir.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.standalone.fir.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ KaNamedFunctionSymbol:
694694
isInfix: false
695695
isInline: false
696696
isOperator: false
697-
isOverride: false
697+
isOverride: true
698698
isStatic: false
699699
isSuspend: false
700700
isTailRec: false
Collapse file

‎analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.txt‎

Copy file name to clipboardExpand all lines: analysis/analysis-api/testData/components/scopeProvider/memberScope/enumClassWithAbstractMembers.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ KaNamedFunctionSymbol:
694694
isInfix: false
695695
isInline: false
696696
isOperator: false
697-
isOverride: false
697+
isOverride: true
698698
isStatic: false
699699
isSuspend: false
700700
isTailRec: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.