The reference to a Journal's constructor

Report a typo

Given the following class:

class Journal(val title: String, val publisher: String) {
   
}

How can you write a function reference to the constructor of the class Journal?

Do not add whitespaces to your result.

Enter a short text
___

Create a free account to access the full topic