Merge remote-tracking branch 'open/master' into colljos-merge-171117

This commit is contained in:
josecoll
2017-11-17 15:38:25 +00:00
3 changed files with 13 additions and 5 deletions

View File

@ -14,7 +14,7 @@ import kotlin.reflect.KProperty
// READ ME FIRST:
// This is a collection of public utilities useful only for Kotlin code. Think carefully before adding anything here and
// make sure it's tested and documented. If you're looking to add a public utility that is also relevant to Java then
// don't put it here but in a seperate file called Utils.kt
// don't put it here but in a separate file called Utils.kt
//
/** Like the + operator but throws [ArithmeticException] in case of integer overflow. */