trying to make fixtures with UIs working, was not successful

This commit is contained in:
minjaesong
2019-07-08 04:05:04 +09:00
parent 84e4c82b60
commit e8ba837b09
28 changed files with 366 additions and 86 deletions

View File

@@ -365,4 +365,5 @@ abstract class UICanvas(
}
}
override fun toString(): String = "${this.javaClass.simpleName}@${this.hashCode().toString(16)}"
}