US version would be: ``` @Suppress("NOTHING_TO_INL...
# announcements
n
US version would be:
Copy code
@Suppress("NOTHING_TO_INLINE")
inline fun Any?.fuckoff() {}
whereas UK version would be:
Copy code
@Suppress("NOTHING_TO_INLINE")
inline fun Any?.leavemealoneplease() {}
c
noctarius: UK version would be
inline fun Any?.pissOff(){}
👍 1