This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45637c1b94de9509bcc242f797100e0ba4e4efd3
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
jvm8
/
defaults
/
nonDefaultInheritance
T
History
Steven Schäfer
6af616d3c3
FIR: make declarations marked with 'override' implicitly open
...
#KT-52236 Fixed
2022-12-14 21:46:41 +00:00
..
diamondWithJava.kt
Add regression tests for obsolete issues
2022-09-28 23:18:59 +02:00
simple2.kt
Remove '-Xjvm-default-allow-non-default-inheritance' flag. Enable such inheritance by default
2021-12-03 06:39:38 +01:00
simple.kt
Remove '-Xjvm-default-allow-non-default-inheritance' flag. Enable such inheritance by default
2021-12-03 06:39:38 +01:00
specialization.ir.txt
[Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
2022-12-01 07:29:37 +00:00
specialization.kt
Support specifying different bytecode listings for FIR and old frontend
2022-10-21 12:57:11 +00:00
specialization.txt
…
superCall.kt
FIR: make declarations marked with 'override' implicitly open
2022-12-14 21:46:41 +00:00
superCall.txt
…