Searched refs:MyNullableStringComponent (Results 1 – 1 of 1) sorted by relevance
42 @Component(modules = [MyNullableStringComponent.MyModule::class])43 interface MyNullableStringComponent { interface66 .myModule(MyNullableStringComponent.MyModule("TEST_VALUE")) in testStringWithValue()75 .myModule(MyNullableStringComponent.MyModule(null)) in testStringWithNull()