Minor fix: intention description directory renamed

This commit is contained in:
Mikhail Glukhikh
2016-03-02 14:13:02 +03:00
parent eb2c584578
commit cd91e44451
3 changed files with 0 additions and 0 deletions
@@ -0,0 +1,9 @@
interface A {
fun foo(): Int
}
<spot>class B : A {
override fun foo(): Int {
throw UnsupportedOperationException()
}
}</spot>