Rename: @JvmName support
#KT-8044 Fixed #KT-9432 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
class Test {
|
||||
{
|
||||
new A().first();
|
||||
}
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
fun first() = 1
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A().first()
|
||||
}
|
||||
Reference in New Issue
Block a user