https://kotlinlang.org logo
t

thhh

05/25/2021, 4:50 PM
What does
Stub!
means? In kotlin code, I tried to see the Declaration of Exception. In there, I found a
Stub!
string. What does it mean. Image:

https://i.imgur.com/6WX2nfQ.png

h

hho

05/25/2021, 4:58 PM
https://en.wikipedia.org/wiki/Method_stub tldr: It means it's not the real thing (and no, this has nothing to do with Kotlin specifically)
6 Views