Searched refs:kotlinLikeDescription (Results 1 – 6 of 6) sorted by relevance
224 assertThat(getter.kotlinLikeDescription()) in Test abstract property of non-null string()249 assertThat(getter.kotlinLikeDescription()) in Test abstract property of nullable string()275 assertThat(getter.kotlinLikeDescription()) in Test abstract property of list of non-null string()301 assertThat(getter.kotlinLikeDescription()) in Test abstract property of list of nullable string()327 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test abstract mutable property of non-null string()360 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test abstract mutable property of nullable string()394 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test abstract mutable property of list of non-null string()428 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test abstract mutable property of list of nullable string()462 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test mutable non-null generic property overriding property exposing public setter()496 fooClass.methods().map { it.kotlinLikeDescription() }.sorted().joinToString("\n") in Test mutable nullable generic property overriding property exposing public setter()[all …]
40 assertThat(method.kotlinLikeDescription()) in Test suspend top level fun with nullable return type()59 assertThat(method.kotlinLikeDescription()) in Test suspend top level fun with non-nullable return type()80 assertThat(method.kotlinLikeDescription()) in Test suspend interface fun with nullable return type()101 assertThat(method.kotlinLikeDescription()) in Test suspend interface fun with non-nullable return type()122 assertThat(method.kotlinLikeDescription()) in Test suspend interface fun with primitive nullable return type()143 assertThat(method.kotlinLikeDescription()) in Test suspend interface fun with primitive return type()162 assertThat(method.kotlinLikeDescription()) in Test suspend inline fun with reified type()
81 .map { it.kotlinLikeDescription() } in Test data class methods and constructors()113 assertThat(constructor.kotlinLikeDescription()) in Test data class constructor()128 assertThat(method.kotlinLikeDescription()) in Test data class copy method()143 assertThat(method.kotlinLikeDescription()).isEqualTo("fun getOpt(): java.lang.String?") in Test data class getter method()155 assertThat(method.kotlinLikeDescription()) in Test data class setter method()177 .map { it.kotlinLikeDescription() }) in Test generic data class all members()
1359 assertEquals("fun foo(): void", inheritedMethod.kotlinLikeDescription()) in <lambda>()
45 assertThat(method.kotlinLikeDescription()) in Test typealias of generic type()
182 fun CallableItem.kotlinLikeDescription(): String = buildString { in <lambda>() method