Remove JetTypeMapper.map{G,S}etterSignature
Merge their logic with mapSignature()
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class GenericProperty {
|
||||
void foo() {
|
||||
java.util.Map<?, ?> o = a.APackage.getTest();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// Tests that type variables of properties are written to the getter signature
|
||||
|
||||
package a
|
||||
|
||||
val <K, V> test: Map<K, V>
|
||||
get() = java.util.HashMap()
|
||||
Reference in New Issue
Block a user