9688c3e761
Merge-request: KT-MR-14244 Merged-by: Pavel Mikhailovskii <Pavel.Mikhailovskii@jetbrains.com>
88 lines
2.3 KiB
Plaintext
Vendored
88 lines
2.3 KiB
Plaintext
Vendored
/**
|
|
* public final class Application : kotlin/Any {
|
|
*
|
|
* // signature: <init>()V
|
|
* public constructor()
|
|
*
|
|
* // field: _preferencesDataStore:Lerror/NonExistentClass;
|
|
* // getter: get_preferencesDataStore()Lerror/NonExistentClass;
|
|
* // setter: set_preferencesDataStore(Lerror/NonExistentClass;)V
|
|
* public final lateinit var _preferencesDataStore: error/NonExistentClass
|
|
* public final get
|
|
* public final set
|
|
*
|
|
* // companion object: Companion
|
|
*
|
|
* // nested class: Companion
|
|
*
|
|
* // module name: main
|
|
* }
|
|
*/
|
|
@kotlin.Metadata()
|
|
@kotlin.Suppress(names = {"UNRESOLVED_REFERENCE"})
|
|
public final class Application {
|
|
public DataStore<Preferences> _preferencesDataStore;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final Application.Companion Companion = null;
|
|
|
|
public Application() {
|
|
super();
|
|
}
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final DataStore<Preferences> get_preferencesDataStore() {
|
|
return null;
|
|
}
|
|
|
|
public final void set_preferencesDataStore(@org.jetbrains.annotations.NotNull() DataStore<Preferences> p0) {
|
|
}
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final Application get() {
|
|
return null;
|
|
}
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final DataStore<Preferences> getPreferencesDataStore() {
|
|
return null;
|
|
}
|
|
|
|
/**
|
|
* public final companion object Application.Companion : kotlin/Any {
|
|
*
|
|
* // signature: <init>()V
|
|
* private constructor()
|
|
*
|
|
* // signature: get()LApplication;
|
|
* public final fun get(): Application
|
|
*
|
|
* // signature: getPreferencesDataStore()Lerror/NonExistentClass;
|
|
* public final fun getPreferencesDataStore(): error/NonExistentClass
|
|
*
|
|
* // module name: main
|
|
* }
|
|
*/
|
|
@kotlin.Metadata()
|
|
public static final class Companion {
|
|
|
|
private Companion() {
|
|
super();
|
|
}
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final Application get() {
|
|
return null;
|
|
}
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final DataStore<Preferences> getPreferencesDataStore() {
|
|
return null;
|
|
}
|
|
}
|
|
}
|