How to get variable name from an object in Kotlin/Java?

前端 未结 0 410
野的像风
野的像风 2020-12-01 15:40

I have a function:

internal fun  List.shouldBeNotEmpty(): ListAssert = 
    Assertions.assertThat(this).withFailMessage("List          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题