Domanda

Everything is in the title : How do I do for import a trait in a worksheet for testing it? I have a function in that trait that I want to test..

È stato utile?

Soluzione

Just import it like you always would:

import com.mytrait.MyTrait
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top