What does `Stub!` means? In kotlin code, I tried t...
# getting-started
t
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
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)