Navigate to source when functions differ only in upper bounds of type parameters.
This commit is contained in:
@@ -109,4 +109,11 @@ public class Double
|
||||
|
||||
public fun processDouble(d: Double) {}
|
||||
|
||||
public fun processDouble(d: jet.Double) {}
|
||||
public fun processDouble(d: jet.Double) {}
|
||||
|
||||
|
||||
public fun <T: CharSequence> funWithTypeParam(t: T) {
|
||||
}
|
||||
|
||||
public fun <T: Number> funWithTypeParam(t: T) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user