tidied up the comments

This commit is contained in:
James Strachan
2012-03-17 10:33:11 +00:00
parent ed6ffe34fa
commit d8aa0d139e
@@ -21,7 +21,7 @@ class Request(val value: String?) {
*
* Examples taken from the [Scala API docs for Option](http://www.scala-lang.org/api/current/scala/Option.html)
*
* Note that currently the Kotlin library doesn't support the composition API of collections on T? like Scala's Option[T] does...
* Composition of nullable types is currently implemented with the optional kotlin.nullable package
*/
class OptionTest: TestCase() {