Don't generate bridge flag for defaults in JVM IR backend

This commit is contained in:
Mikhael Bogdanov
2019-04-17 14:23:36 +02:00
parent 115b1c6b6e
commit b70ff30dc3
4 changed files with 1 additions and 4 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class MyClass() {
companion object {
fun test(s: String, x:Int = 10) {}