From dce5c7470b20dfadc629b448f1b348e77fcbbcf3 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 12 Oct 2018 20:46:39 -0400 Subject: [PATCH] add new usages to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ecbb1b2..86f5efa 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Language structures used include: * Actions (as in `file.forEachLine`) * Pattern matching (simple example using `when` expression) * String interpolation +* Classes, methods +* Extension methods Kotlin library features used include: