Mads Ager
|
1b1dff9191
|
JVM_IR: fix default argument stub visibility.
Match the rules from the old backend:
1. Private and inline only methods get package private default
argument stubs.
2. Everything else is public.
|
2020-01-08 13:19:14 +01:00 |
|
Mikhael Bogdanov
|
a92afc5a89
|
JVM_IR. Disable private default flag test
JVM_IR generates `public` flag
|
2019-11-20 12:57:40 +01:00 |
|
Mikhael Bogdanov
|
a214d61567
|
IR. Change visibility to lowered default function/constructors to public
|
2019-11-20 12:57:38 +01:00 |
|
Alexander Udalov
|
f9d61f2dc7
|
Make inline+reified functions synthetic instead of private in bytecode
#KT-18563 Fixed
|
2019-05-28 16:17:49 +02:00 |
|
Mikhael Bogdanov
|
b70ff30dc3
|
Don't generate bridge flag for defaults in JVM IR backend
|
2019-04-17 14:53:30 +02:00 |
|
pyos
|
3fdcf8376f
|
Add IR equivalent of the WriteFlags test
|
2019-04-09 08:11:29 +02:00 |
|
Mikhael Bogdanov
|
f3f93ed6cc
|
Get rid of 'BRIDGE' flag on $default functions
#KT-24415 Fixed
|
2018-09-06 13:34:00 +02:00 |
|
Mikhael Bogdanov
|
5efc9f2257
|
Revert "Get rid of 'BRIDGE' flag on $default functions"
Removed bridge flag triggers problem with Spring Boot: KT-23973
This reverts commit cdcb651
#KT-23973 Fixed
|
2018-04-26 15:36:42 +02:00 |
|
Mikhael Bogdanov
|
cdcb651c8e
|
Get rid of 'BRIDGE' flag on $default functions
|
2018-03-14 13:57:49 +01:00 |
|
Michael Bogdanov
|
0910f166a5
|
Make default methods for inlineOnly and reified functions package private
|
2016-10-27 11:03:35 +03:00 |
|
Michael Nedzelsky
|
981d471ebe
|
fix KT-9843 Bug in incremental compilation: module is not recompiled when optional parameter added
and KT-8434 Removing parameter with default value from function in different module breaks incremental compilation
#KT-9843 Fixed
#KT-8434 Fixed
|
2015-11-06 07:45:46 +03:00 |
|