38f4a35be2
#KT-52020 Fixed
19 lines
949 B
Plaintext
Vendored
19 lines
949 B
Plaintext
Vendored
public abstract interface Kt3302 : R|kotlin/Any| {
|
|
public abstract interface BSONObject : R|kotlin/Any| {
|
|
public abstract fun put(@R|org/jetbrains/annotations/NotNull|() s: R|@EnhancedNullability kotlin/String|, @R|org/jetbrains/annotations/NotNull|() o: R|@EnhancedNullability kotlin/Any|): R|kotlin/Any!|
|
|
|
|
public abstract fun dummy(): R|kotlin/Unit|
|
|
|
|
}
|
|
public abstract interface BasicBSONObject : R|test/Kt3302.LinkedHashMap<kotlin/String!, kotlin/Any!>|, R|test/Kt3302.BSONObject| {
|
|
@R|java/lang/Override|() public abstract fun put(key: R|@EnhancedNullability kotlin/String|, value: R|@EnhancedNullability kotlin/Any|): R|kotlin/Any!|
|
|
|
|
}
|
|
public abstract interface LinkedHashMap<K : R|kotlin/Any!|, V : R|kotlin/Any!|> : R|kotlin/Any| {
|
|
public abstract fun put(key: R|ft<K & Any, K?>|, value: R|ft<V & Any, V?>|): R|ft<V & Any, V?>|
|
|
|
|
public abstract fun dummy(): R|kotlin/Unit|
|
|
|
|
}
|
|
}
|