Home
last modified time | relevance | path

Searched defs:nullTypeWithNullable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/nullables/
H A DNullabilityInteroptTest.kt51 @ProvidedWithNullType @Nullable fun nullTypeWithNullable(): String in providesUsage() method
86 val nullTypeWithNullable: String, constant in dagger.functional.kotlinsrc.nullables.NullabilityInteroptTest.ProvidesUsage
95 @ProvidedWithNullType @Nullable val nullTypeWithNullable: String, constant in dagger.functional.kotlinsrc.nullables.NullabilityInteroptTest.InjectUsage